home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / mac / Business / PowerReplace 6.3 / Tutorial Example.sit / Tutorial Example / Chapter 4 / SimpleFilter < prev    next >
Text File  |  1996-10-12  |  272b  |  6 lines

  1. % Comments: this filter swaps "read" and "write"
  2. % make sur there is no "re@d" in your text file.
  3. "read"          "re@d"          % save "read" to "re@d"
  4. "write"         "read"          % change "write" to "read"
  5. "re@d"          "write"         % change "re@d" to "write"
  6.